Home
last modified time | relevance | path

Searched refs:p_handle (Results 1 – 8 of 8) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatts_co.h78 tBTA_GATTS_HNDL_RANGE *p_handle);
Dbta_api.h1996 UINT32 *p_handle );
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c198 BT_HDR *attp_build_read_multi_cmd(UINT16 payload_size, UINT16 num_handle, UINT16 *p_handle) in attp_build_read_multi_cmd() argument
212 UINT16_TO_STREAM (p, *(p_handle + i)); in attp_build_read_multi_cmd()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/
Dsdp_api.c1081 UINT16 SDP_SetLocalDiRecord( tSDP_DI_RECORD *p_device_info, UINT32 *p_handle ) in SDP_SetLocalDiRecord() argument
1092 *p_handle = 0; in SDP_SetLocalDiRecord()
1106 *p_handle = handle; in SDP_SetLocalDiRecord()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dport_api.h221 BD_ADDR bd_addr, UINT16 *p_handle,
Dsdp_api.h614 UINT32 *p_handle);
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c105 UINT16 mtu, BD_ADDR bd_addr, UINT16 *p_handle, in RFCOMM_CreateConnection() argument
117 *p_handle = 0; in RFCOMM_CreateConnection()
173 *p_handle = p_port->inx; in RFCOMM_CreateConnection()
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c881 UINT32 *p_handle ) in BTA_DmSetLocalDiRecord() argument
886 if (SDP_SetLocalDiRecord((tSDP_DI_RECORD *)p_device_info, p_handle) == SDP_SUCCESS) { in BTA_DmSetLocalDiRecord()
888 bta_dm_di_cb.di_handle[bta_dm_di_cb.di_num] = *p_handle; in BTA_DmSetLocalDiRecord()