Home
last modified time | relevance | path

Searched refs:p_length (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c4045 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/
Dbtm_inq.c2420 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()
Dbtm_ble_gap.c2104 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/
Dbtm_ble_api.h2116 UINT8 *BTM_CheckAdvData( UINT8 *p_adv, UINT16 adv_data_len, UINT8 type, UINT8 *p_length);
Dbtm_api.h4006 UINT8 *BTM_CheckEirData( UINT8 *p_eir, UINT8 type, UINT8 *p_length );