Home
last modified time | relevance | path

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

/system/bt/stack/gap/
Dgap_utils.c123 case BTM_BUSY: in gap_convert_btm_status()
/system/bt/stack/btm/
Dbtm_acl.c629 return(BTM_BUSY); in BTM_SwitchRole()
652 return(BTM_BUSY); in BTM_SwitchRole()
1855 return(BTM_BUSY); in BTM_RegBusyLevelNotif()
1881 return(BTM_BUSY); in BTM_SetQoS()
1989 return(BTM_BUSY); in BTM_ReadRSSI()
2040 return(BTM_BUSY); in BTM_ReadLinkQuality()
2090 return(BTM_BUSY); in BTM_ReadTxPower()
Dbtm_inq.c480 return (BTM_BUSY); in BTM_SetPeriodicInquiryMode()
852 return (BTM_BUSY); in BTM_StartInquiry()
1231 return (BTM_BUSY); in BTM_ClearInqDb()
1252 return (BTM_BUSY); in BTM_ReadInquiryRspTxPower()
2271 return (BTM_BUSY); in btm_initiate_rem_name()
Dbtm_devctl.c908 return (BTM_BUSY); in BTM_DeleteStoredLinkKey()
Dbtm_sco.c612 return (BTM_BUSY);
622 return (BTM_BUSY);
Dbtm_ble_gap.c1978 return(BTM_BUSY); in btm_ble_start_inquiry()
2086 return BTM_BUSY; in btm_ble_read_remote_name()
2089 return BTM_BUSY; in btm_ble_read_remote_name()
Dbtm_ble.c1544 return BTM_BUSY; in btm_ble_start_encrypt()
Dbtm_sec.c1443 if (rc != BTM_CMD_STARTED && rc != BTM_BUSY) in BTM_SetEncryption()
4717 return(BTM_BUSY); in btm_sec_disconnect()
/system/bt/stack/l2cap/
Dl2c_link.c644 else if (rc == BTM_BUSY) in l2c_link_timeout()
/system/bt/bta/dm/
Dbta_dm_act.c1476 else if ( btm_status == BTM_BUSY ) in bta_dm_read_remote_device_name()
2511 if ( btm_status == BTM_BUSY ) in bta_dm_service_search_remname_cback()
4184 case BTM_BUSY: in bta_dm_encrypt_cback()
/system/bt/stack/include/
Dbtm_api.h47 BTM_BUSY, /* 2 Device busy with another command */ enumerator
/system/bt/stack/smp/
Dsmp_act.c1169 if (cmd != BTM_CMD_STARTED && cmd != BTM_BUSY) in smp_start_enc()
/system/bt/btif/src/
Dbtif_gatt_client.c260 case BTM_BUSY: in btif_gattc_translate_btm_status()