Searched refs:authorisation_code_size (Results 1 – 1 of 1) sorted by relevance
183 uint16_t authorisation_code_size = buffer_size - 1; in bond_management_service_write_callback() local184 if (authorisation_code_size > 511){ in bond_management_service_write_callback()193 bool remote_auth_provided = authorisation_code_size > 0; in bond_management_service_write_callback()201 if (strlen(bm_authorization_string) != authorisation_code_size){ in bond_management_service_write_callback()204 … if (memcmp(bm_authorization_string, (const char *)&buffer[1], authorisation_code_size) != 0){ in bond_management_service_write_callback()