Home
last modified time | relevance | path

Searched refs:busy_level_flags (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_acl.c544 evt.busy_level_flags= BTM_BL_PAGING_STARTED; in btm_acl_update_busy_level()
549 evt.busy_level_flags = BTM_BL_PAGING_COMPLETE; in btm_acl_update_busy_level()
554 evt.busy_level_flags = BTM_BL_INQUIRY_STARTED; in btm_acl_update_busy_level()
559 evt.busy_level_flags = BTM_BL_INQUIRY_CANCELLED; in btm_acl_update_busy_level()
564 evt.busy_level_flags = BTM_BL_INQUIRY_COMPLETE; in btm_acl_update_busy_level()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_int.h386 UINT8 busy_level_flags; member
Dbta_dm_act.c3314 p_msg->busy_level_flags = p_data->update.busy_level_flags; in bta_dm_bl_change_cback()
3479 conn.busy_level.level_flags = p_data->acl_change.busy_level_flags; in bta_dm_acl_change()
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h872 UINT8 busy_level_flags; /* Notifies actual inquiry/page activities */ member