Home
last modified time | relevance | path

Searched refs:BTM_BUSY (Results 1 – 12 of 12) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_acl.c662 return(BTM_BUSY); in BTM_SwitchRole()
685 return(BTM_BUSY); in BTM_SwitchRole()
798 return(BTM_BUSY); in BTM_ChangeLinkKey()
1175 return(BTM_BUSY); in BTM_ReadLinkPolicy()
2769 return(BTM_BUSY); in BTM_RegBusyLevelNotif()
2790 return(BTM_BUSY); in BTM_AclRegisterForChanges()
2817 return(BTM_BUSY); in BTM_SetQoS()
2905 return(BTM_BUSY); in BTM_ReadRSSI()
2956 return(BTM_BUSY); in BTM_ReadLinkQuality()
3004 return(BTM_BUSY); in BTM_ReadTxPower()
Dbtm_inq.c494 return (BTM_BUSY); in BTM_SetPeriodicInquiryMode()
877 return (BTM_BUSY); in BTM_StartInquiry()
1338 return (BTM_BUSY); in BTM_ClearInqDb()
1382 return (BTM_BUSY); in BTM_InquiryRegisterForChanges()
1420 return (BTM_BUSY); in BTM_ReadInquiryRspTxPower()
2588 return (BTM_BUSY); in btm_initiate_rem_name()
Dbtm_devctl.c2214 return (BTM_BUSY); in BTM_ReadStoredLinkKey()
2260 return (BTM_BUSY); in BTM_WriteStoredLinkKey()
2298 return (BTM_BUSY); in BTM_DeleteStoredLinkKey()
Dbtm_sco.c598 return (BTM_BUSY); in BTM_CreateSco()
608 return (BTM_BUSY); in BTM_CreateSco()
Dbtm_ble_gap.c1710 return(BTM_BUSY); in btm_ble_start_inquiry()
1801 return BTM_BUSY; in btm_ble_read_remote_name()
1804 return BTM_BUSY; in btm_ble_read_remote_name()
Dbtm_sec.c1607 (*p_callback) (bd_addr, transport, p_ref_data, BTM_BUSY); in BTM_SetEncryption()
1609 return(BTM_BUSY); in BTM_SetEncryption()
1631 if (rc != BTM_CMD_STARTED && rc != BTM_BUSY) in BTM_SetEncryption()
4669 return(BTM_BUSY); in btm_sec_disconnect()
Dbtm_ble.c1256 return BTM_BUSY; in btm_ble_start_encrypt()
/external/bluetooth/bluedroid/stack/gap/
Dgap_utils.c417 case BTM_BUSY: in gap_convert_btm_status()
/external/bluetooth/bluedroid/stack/smp/
Dsmp_act.c630 if (cmd != BTM_CMD_STARTED && cmd != BTM_BUSY) in smp_start_enc()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_link.c607 else if (rc == BTM_BUSY) in l2c_link_timeout()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c1538 else if ( btm_status == BTM_BUSY ) in bta_dm_read_remote_device_name()
2684 if ( btm_status == BTM_BUSY ) in bta_dm_service_search_remname_cback()
4659 case BTM_BUSY: in bta_dm_encrypt_cback()
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h49 BTM_BUSY, /* 2 Device busy with another command */ enumerator