Searched refs:p_handle (Results 1 – 8 of 8) sorted by relevance
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatts_co.h | 78 tBTA_GATTS_HNDL_RANGE *p_handle);
|
D | bta_api.h | 1996 UINT32 *p_handle );
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/ |
D | att_protocol.c | 198 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/ |
D | sdp_api.c | 1081 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/ |
D | port_api.h | 221 BD_ADDR bd_addr, UINT16 *p_handle,
|
D | sdp_api.h | 614 UINT32 *p_handle);
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/ |
D | port_api.c | 105 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/ |
D | bta_dm_api.c | 881 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()
|