Searched refs:busy_level (Results 1 - 10 of 10) sorted by relevance

/external/bluetooth/bluedroid/bta/include/
H A Dbta_av_co.h69 UINT8 busy_level; /* Busy level indicating the bit-rate to be used */ member in struct:__anon692
H A Dbta_api.h792 tBTA_DM_BUSY_LEVEL busy_level; /* System busy level */ member in union:__anon664
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_acl.c434 UINT8 busy_level; local
481 busy_level = 10;
483 busy_level = (UINT8)btm_cb.num_acl;
485 if (busy_level != btm_cb.busy_level)
488 evt.busy_level = busy_level;
489 btm_cb.busy_level = busy_level;
2632 *p_level = btm_cb.busy_level;
[all...]
H A Dbtm_int.h98 BOOLEAN link_up_issued; /* True if busy_level link up has been issued */
876 UINT8 busy_level; /* the current busy level */ member in struct:__anon1126
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c1321 if (p_data->busy_level.level_flags & BTM_BL_INQUIRY_PAGING_MASK)
1323 if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_STARTED)
1329 else if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_CANCELLED)
1335 else if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_COMPLETE)
H A Dbtif_media_task.c226 UINT8 busy_level; member in struct:__anon982
1456 btif_media_cb.busy_level, btif_media_cb.TxAaMtuSize, pInitAudio->MtuSize);
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_int.h358 UINT8 busy_level; member in struct:__anon491
H A Dbta_dm_act.c3207 p_msg->busy_level = p_data->update.busy_level;
3353 conn.busy_level.level = p_data->acl_change.busy_level;
3354 conn.busy_level.level_flags = p_data->acl_change.busy_level_flags;
/external/bluetooth/bluedroid/stack/include/
H A Duipc_msg.h828 UINT8 busy_level; /* Busy level indicating the bit-rate to be used */ member in struct:__anon1488
H A Dbtm_api.h844 UINT8 busy_level;/* when paging or inquiring, level is 10. member in struct:__anon1278

Completed in 211 milliseconds