OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tBTA_DM_MSG
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h
651
}
tBTA_DM_MSG
;
802
tBTA_DM_MSG
* p_search_queue; /* search or discover commands during search cancel stored here */
963
extern void bta_dm_enable (
tBTA_DM_MSG
*p_data);
964
extern void bta_dm_disable (
tBTA_DM_MSG
*p_data);
965
extern void bta_dm_set_dev_name (
tBTA_DM_MSG
*p_data);
966
extern void bta_dm_set_visibility (
tBTA_DM_MSG
*p_data);
967
extern void bta_dm_set_afhchannels (
tBTA_DM_MSG
*p_data);
968
extern void bta_dm_vendor_spec_command(
tBTA_DM_MSG
*p_data);
969
extern void bta_dm_bond (
tBTA_DM_MSG
*p_data);
970
extern void bta_dm_bond_cancel (
tBTA_DM_MSG
*p_data)
[
all
...]
bta_dm_act.c
264
void bta_dm_enable(
tBTA_DM_MSG
*p_data)
453
void bta_dm_disable (
tBTA_DM_MSG
*p_data)
542
void bta_dm_set_dev_name (
tBTA_DM_MSG
*p_data)
561
void bta_dm_set_visibility (
tBTA_DM_MSG
*p_data)
617
void bta_dm_set_afhchannels (
tBTA_DM_MSG
*p_data)
634
void bta_dm_vendor_spec_command (
tBTA_DM_MSG
*p_data)
653
void bta_dm_tx_inqpower(
tBTA_DM_MSG
*p_data)
669
void bta_dm_remove_device (
tBTA_DM_MSG
*p_data)
713
void bta_dm_add_device (
tBTA_DM_MSG
*p_data)
767
void bta_dm_close_acl(
tBTA_DM_MSG
*p_data
[
all
...]
bta_dm_main.c
44
typedef void (*tBTA_DM_ACTION)(
tBTA_DM_MSG
*p_data);
285
(*bta_dm_action[event])( (
tBTA_DM_MSG
*) p_msg);
338
(*bta_dm_search_action[action])( (
tBTA_DM_MSG
*) p_msg);
bta_dm_pm.c
745
void bta_dm_pm_btm_status(
tBTA_DM_MSG
*p_data)
838
void bta_dm_pm_timer(
tBTA_DM_MSG
*p_data)
bta_dm_api.c
235
if ((p_msg = (tBTA_DM_API_SET_VISIBILITY *) GKI_getbuf(sizeof(
tBTA_DM_MSG
))) != NULL)
290
if ((p_msg = (tBTA_DM_API_SET_AFH_CHANNELS_EVT *) GKI_getbuf(sizeof(
tBTA_DM_MSG
))) != NULL)
[
all
...]
Completed in 23 milliseconds