OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_JvL2capReady
(Results
1 - 3
of
3
) sorted by null
/system/bt/bta/include/
bta_jv_api.h
721
** Function
BTA_JvL2capReady
730
extern tBTA_JV_STATUS
BTA_JvL2capReady
(UINT32 handle, UINT32 *p_data_size);
[
all
...]
/system/bt/bta/jv/
bta_jv_api.c
744
** Function
BTA_JvL2capReady
753
tBTA_JV_STATUS
BTA_JvL2capReady
(UINT32 handle, UINT32 *p_data_size)
[
all
...]
/system/bt/btif/src/
btif_sock_l2cap.c
727
if (
BTA_JvL2capReady
(sock->handle, &count) == BTA_JV_SUCCESS) {
[
all
...]
Completed in 3436 milliseconds