Searched refs:p_flag (Results 1 – 3 of 3) sorted by relevance
413 const uint8_t* p_flag = AdvertiseDataParser::GetFieldByType( in handle_remote_properties() local415 if (p_flag != NULL && flag_len != 0) { in handle_remote_properties()416 if ((BTM_BLE_BREDR_NOT_SPT & *p_flag) == 0) { in handle_remote_properties()
1446 const uint8_t* p_flag = AdvertiseDataParser::GetFieldByType( in btm_ble_is_discoverable() local1448 if (p_flag != NULL && data_len != 0) { in btm_ble_is_discoverable()1449 flag = *p_flag; in btm_ble_is_discoverable()1625 const uint8_t* p_flag = in btm_ble_update_inq_result() local1627 if (p_flag != NULL && len != 0) p_cur->flag = *p_flag; in btm_ble_update_inq_result()
134 static void rw_t3t_update_ndef_flag(uint8_t* p_flag);2434 static void rw_t3t_update_ndef_flag(uint8_t* p_flag) { in rw_t3t_update_ndef_flag() argument2440 *p_flag &= ~RW_NDEF_FL_UNKNOWN; in rw_t3t_update_ndef_flag()2441 *p_flag |= (RW_NDEF_FL_SUPPORTED | RW_NDEF_FL_FORMATABLE); in rw_t3t_update_ndef_flag()