Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/sdp/
Dsdp_server.c258 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (SDP_POOL_ID)) == NULL) in process_service_search()
512 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (SDP_POOL_ID)) == NULL) in process_service_attr_req()
814 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (SDP_POOL_ID)) == NULL) in process_service_search_attr_req()
Dsdp_discovery.c126 if ((p_cmd = (BT_HDR *) GKI_getpoolbuf (SDP_POOL_ID)) == NULL) in sdp_snd_service_search_req()
522 BT_HDR *p_msg = (BT_HDR *) GKI_getpoolbuf (SDP_POOL_ID); in process_service_attr_rsp()
668 BT_HDR *p_msg = (BT_HDR *) GKI_getpoolbuf (SDP_POOL_ID); in process_service_search_attr_rsp()
Dsdp_utils.c324 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (SDP_POOL_ID)) == NULL) in sdpu_build_n_send_error()
/external/libnfc-nci/src/include/
Dbt_target.h148 #ifndef SDP_POOL_ID
149 #define SDP_POOL_ID GKI_POOL_ID_2 macro
/external/bluetooth/bluedroid/include/
Dbt_target.h430 #ifndef SDP_POOL_ID
431 #define SDP_POOL_ID 3 macro