Searched refs:sdp_handle (Results 1 – 4 of 4) sorted by relevance
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/spp/ |
D | btc_spp.c | 62 uint32_t sdp_handle; member 135 (*slot)->sdp_handle = 0; in spp_malloc_slot() 327 slot_new->sdp_handle = slot->sdp_handle; in btc_spp_rfcomm_inter_cb() 426 slot->sdp_handle = p_data->create_rec.handle; in btc_spp_dm_inter_cb() 519 if (spp_local_param.spp_slots[i]->sdp_handle > 0) { in btc_spp_uninit() 520 BTA_JvDeleteRecord(spp_local_param.spp_slots[i]->sdp_handle); in btc_spp_uninit() 712 spp_local_param.spp_slots[i]->sdp_handle > 0) { in btc_spp_stop_srv() 735 spp_local_param.spp_slots[i]->sdp_handle > 0 && in btc_spp_stop_srv() 748 spp_local_param.spp_slots[i]->sdp_handle > 0 && in btc_spp_stop_srv() 750 if (spp_local_param.spp_slots[i]->sdp_handle > 0) { in btc_spp_stop_srv() [all …]
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_utils.c | 1564 UINT32 sdp_handle; in gatt_add_sdp_record() local 1571 if ((sdp_handle = SDP_CreateRecord()) == 0) { in gatt_add_sdp_record() 1577 SDP_AddServiceClassIdList(sdp_handle, 1, &p_uuid->uu.uuid16); in gatt_add_sdp_record() 1583 SDP_AddAttribute (sdp_handle, ATTR_ID_SERVICE_CLASS_ID_LIST, DATA_ELE_SEQ_DESC_TYPE, in gatt_add_sdp_record() 1590 SDP_AddAttribute (sdp_handle, ATTR_ID_SERVICE_CLASS_ID_LIST, DATA_ELE_SEQ_DESC_TYPE, in gatt_add_sdp_record() 1596 SDP_DeleteRecord(sdp_handle); in gatt_add_sdp_record() 1610 SDP_AddProtocolList(sdp_handle, 2, proto_elem_list); in gatt_add_sdp_record() 1613 SDP_AddUuidSequence (sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, &list); in gatt_add_sdp_record() 1615 return (sdp_handle); in gatt_add_sdp_record()
|
D | gatt_api.c | 489 p_sreg->sdp_handle = gatt_add_sdp_record(p_uuid, p_sreg->s_hdl, p_sreg->e_hdl); in GATTS_StartService() 507 p_sreg->sdp_handle); in GATTS_StartService() 543 if (gatt_cb.sr_reg[ii].sdp_handle) { in GATTS_StopService() 544 SDP_DeleteRecord(gatt_cb.sr_reg[ii].sdp_handle); in GATTS_StopService()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/ |
D | gatt_int.h | 242 UINT32 sdp_handle; /* primamry service SDP handle */ member
|