Home
last modified time | relevance | path

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

/system/bt/bta/dm/
Dbta_dm_act.c3711 UINT8 *p_length; in bta_dm_set_eir() local
3824 p_length = p++; in bta_dm_set_eir()
3858 UINT8_TO_STREAM(p_length, num_uuid * LEN_UUID_16 + 1); in bta_dm_set_eir()
3868 p_length = p++; in bta_dm_set_eir()
3893 UINT8_TO_STREAM(p_length, num_uuid * LEN_UUID_32 + 1); in bta_dm_set_eir()
3901 p_length = p++; in bta_dm_set_eir()
3926 UINT8_TO_STREAM(p_length, num_uuid * LEN_UUID_128 + 1); in bta_dm_set_eir()
3950 p_length = p; in bta_dm_set_eir()
3962 p_length = NULL; in bta_dm_set_eir()
/system/bt/stack/btm/
Dbtm_inq.c2524 UINT8 *BTM_CheckEirData( UINT8 *p_eir, UINT8 type, UINT8 *p_length ) in BTM_CheckEirData() argument
2538 *p_length = length - 1; /* minus the length of type */ in BTM_CheckEirData()
2545 *p_length = 0; in BTM_CheckEirData()
Dbtm_ble_gap.c1288 UINT8 *BTM_CheckAdvData( UINT8 *p_adv, UINT8 type, UINT8 *p_length) in BTM_CheckAdvData() argument
1304 *p_length = length - 1; /* minus the length of type */ in BTM_CheckAdvData()
1311 *p_length = 0; in BTM_CheckAdvData()
/system/bt/stack/include/
Dbtm_ble_api.h1434 extern UINT8 *BTM_CheckAdvData( UINT8 *p_adv, UINT8 type, UINT8 *p_length);
Dbtm_api.h3762 extern UINT8 *BTM_CheckEirData( UINT8 *p_eir, UINT8 type, UINT8 *p_length );