Home
last modified time | relevance | path

Searched refs:BTM_TryAllocateSCN (Results 1 – 9 of 9) sorted by relevance

/system/bt/stack/btm/
Dbtm_scn.h22 bool BTM_TryAllocateSCN(uint8_t scn);
23 bool BTM_TryAllocateSCN(uint8_t scn);
Dbtm_scn.cc59 bool BTM_TryAllocateSCN(uint8_t scn) { in BTM_TryAllocateSCN() function
Dbtm_client_interface.cc47 .BTM_TryAllocateSCN = BTM_TryAllocateSCN,
Dbtm_int_types.h378 friend bool BTM_TryAllocateSCN(uint8_t scn);
/system/bt/test/mock/
Dmock_stack_btm_scn.cc39 bool BTM_TryAllocateSCN(uint8_t scn) { in BTM_TryAllocateSCN() function
/system/bt/stack/include/
Dbtm_api.h174 bool BTM_TryAllocateSCN(uint8_t scn);
Dbtm_client_interface.h52 bool (*BTM_TryAllocateSCN)(uint8_t scn); member
/system/bt/main/shim/
Dbtm_api.h954 bool BTM_TryAllocateSCN(uint8_t scn);
/system/bt/bta/jv/
Dbta_jv_act.cc642 if (!BTM_TryAllocateSCN(channel)) { in bta_jv_get_channel_id()