Searched defs:sco_handle (Results 1 - 3 of 3) sorted by relevance

/system/bt/bta/dm/
H A Dbta_dm_ci.c100 ** sco_handle: is the BTA sco handle which indicate a specific
105 void bta_dm_sco_ci_data_ready(UINT16 event, UINT16 sco_handle) argument
112 p_buf->layer_specific = sco_handle;
/system/bt/btif/src/
H A Dbtif_sock_sco.c56 uint16_t sco_handle; member in struct:__anon690
76 static sco_socket_t *sco_socket_find_locked(uint16_t sco_handle);
78 static void connect_completed_cb(uint16_t sco_handle);
79 static void disconnect_completed_cb(uint16_t sco_handle);
118 BTM_RegForEScoEvts(sco_socket->sco_handle, connection_request_cb);
154 tBTM_STATUS status = BTM_CreateSco((uint8_t *)bd_addr, !is_listening, sco_parameters.packet_types, &sco_socket->sco_handle, connect_completed_cb, disconnect_completed_cb);
186 sco_socket->sco_handle = BTM_INVALID_SCO_INDEX;
196 if (sco_socket->sco_handle != BTM_INVALID_SCO_INDEX)
197 BTM_RemoveSco(sco_socket->sco_handle);
203 static sco_socket_t *sco_socket_find_locked(uint16_t sco_handle) { argument
271 connect_completed_cb(uint16_t sco_handle) argument
294 disconnect_completed_cb(uint16_t sco_handle) argument
[all...]
/system/bt/btif/co/
H A Dbta_dm_co.c203 static void btui_sco_codec_callback(UINT16 event, UINT16 sco_handle) argument
205 bta_dm_sco_ci_data_ready(event, sco_handle);

Completed in 84 milliseconds