HomeSort by relevance Sort by last modified time
    Searched refs:btm_status (Results 1 - 5 of 5) sorted by null

  /system/bt/stack/gap/
gap_utils.c 113 UINT16 gap_convert_btm_status (tBTM_STATUS btm_status)
115 switch (btm_status)
  /system/bt/stack/gatt/
gatt_auth.c 482 tBTM_STATUS btm_status; local
503 btm_status = BTM_SetEncryption(p_tcb->peer_bda, p_tcb->transport,
505 if ( (btm_status != BTM_SUCCESS) && (btm_status != BTM_CMD_STARTED))
507 GATT_TRACE_ERROR("gatt_security_check_start BTM_SetEncryption failed btm_status=%d", btm_status);
  /system/bt/bta/dm/
bta_dm_act.c 1459 tBTM_STATUS btm_status; local
2486 tBTM_STATUS btm_status; local
4819 tBTM_STATUS btm_status = 0; local
4847 tBTM_STATUS btm_status = 0; local
4876 tBTM_STATUS btm_status = 0; local
4907 tBTM_STATUS btm_status = 0; local
4935 tBTM_STATUS btm_status = 0; local
4967 tBTM_STATUS btm_status = 0; local
4999 tBTM_STATUS btm_status = 0; local
5025 tBTM_STATUS btm_status = 0; local
5052 tBTM_STATUS btm_status = 0; local
5288 tBTM_STATUS btm_status = 0; local
    [all...]
  /system/bt/stack/btm/
btm_ble_batchscan.c 371 tBTM_STATUS btm_status = 0; local
471 btm_status = btm_ble_read_batchscan_reports(report_format, ref_value);
472 if (BTM_CMD_STARTED != btm_status)
    [all...]
  /system/bt/btif/src/
btif_dm.c 573 tBTM_STATUS btm_status; local
578 btm_status = BTM_ReadRemoteVersion(*(BD_ADDR*)p_bd, &lmp_ver,
584 if (btm_status == BTM_SUCCESS)
    [all...]

Completed in 311 milliseconds