Searched refs:p_length (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 4045 UINT8 *p_length; in bta_dm_set_eir() local 4185 p_length = p++; in bta_dm_set_eir() 4212 UINT8_TO_STREAM(p_length, num_uuid * LEN_UUID_16 + 1); in bta_dm_set_eir() 4224 p_length = p++; in bta_dm_set_eir() 4244 UINT8_TO_STREAM(p_length, num_uuid * LEN_UUID_32 + 1); in bta_dm_set_eir() 4254 p_length = p++; in bta_dm_set_eir() 4274 UINT8_TO_STREAM(p_length, num_uuid * LEN_UUID_128 + 1); in bta_dm_set_eir() 4302 p_length = p; in bta_dm_set_eir() 4315 p_length = NULL; in bta_dm_set_eir()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_inq.c | 2420 UINT8 *BTM_CheckEirData( UINT8 *p_eir, UINT8 type, UINT8 *p_length ) in BTM_CheckEirData() argument 2432 *p_length = length - 1; /* minus the length of type */ in BTM_CheckEirData() 2439 *p_length = 0; in BTM_CheckEirData()
|
D | btm_ble_gap.c | 2104 UINT8 *BTM_CheckAdvData( UINT8 *p_adv, UINT16 adv_data_len, UINT8 type, UINT8 *p_length) in BTM_CheckAdvData() argument 2118 *p_length = length - 1; /* minus the length of type */ in BTM_CheckAdvData() 2133 *p_length = 0; in BTM_CheckAdvData()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_ble_api.h | 2116 UINT8 *BTM_CheckAdvData( UINT8 *p_adv, UINT16 adv_data_len, UINT8 type, UINT8 *p_length);
|
D | btm_api.h | 4006 UINT8 *BTM_CheckEirData( UINT8 *p_eir, UINT8 type, UINT8 *p_length );
|