OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tPORT_DATA_CALLBACK
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/include/
port_api.h
99
typedef int (
tPORT_DATA_CALLBACK
) (UINT16 port_handle, void *p_data, UINT16 len);
287
tPORT_DATA_CALLBACK
*p_cb);
/external/bluetooth/bluedroid/stack/rfcomm/
port_int.h
196
tPORT_DATA_CALLBACK
*p_data_callback; /* Callback function to receive data indications */
port_api.c
352
int PORT_SetDataCallback (UINT16 port_handle,
tPORT_DATA_CALLBACK
*p_port_cb)
[
all
...]
/external/bluetooth/bluedroid/bta/ag/
bta_ag_rfc.c
70
typedef
tPORT_DATA_CALLBACK
*tBTA_AG_DATA_CBACK;
Completed in 94 milliseconds