Home
last modified time | relevance | path

Searched refs:BTM_AllocateSCN (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/bta/hf_client/
Dbta_hf_client_sdp.c176 bta_hf_client_cb.scn = BTM_AllocateSCN(); in bta_hf_client_create_record()
/external/bluetooth/bluedroid/bta/ag/
Dbta_ag_sdp.c231 bta_ag_cb.profile[i].scn = BTM_AllocateSCN(); in bta_ag_create_records()
/external/bluetooth/bluedroid/btif/src/
Dbtif_sock_rfc.c431 else if((rs->scn = BTM_AllocateSCN()) == 0) in create_server_sdp_record()
/external/bluetooth/bluedroid/stack/btm/
Dbtm_acl.c2419 UINT8 BTM_AllocateSCN(void) in BTM_AllocateSCN() function
2491 UINT8 BTM_AllocateSCN(void) in BTM_AllocateSCN() function
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h2258 BTM_API extern UINT8 BTM_AllocateSCN(void);
/external/bluetooth/bluedroid/bta/jv/
Dbta_jv_act.c974 scn = BTM_AllocateSCN(); in bta_jv_get_scn()