/external/bluetooth/bluedroid/stack/btm/ |
btm_devctl.c | 348 return (BTM_SUCCESS); 369 return (BTM_SUCCESS); [all...] |
btm_sec.c | 856 ** res - result of the operation BTM_SUCCESS if success [all...] |
btm_inq.c | 168 ** Returns BTM_SUCCESS if successful 191 == BTM_SUCCESS) 296 return (BTM_SUCCESS); 306 ** Returns BTM_SUCCESS if successful 334 return (BTM_SUCCESS); 344 ** Returns BTM_SUCCESS if successful 371 return (BTM_SUCCESS); 384 ** Returns BTM_SUCCESS if successful 418 return (BTM_SUCCESS); 472 ** BTM_SUCCESS - if cancelling the periodic inquir [all...] |
btm_ble.c | 341 ** res - result of the operation BTM_SUCCESS if success. 350 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_REPEATED_ATTEMPTS; 364 ** res - result of the operation BTM_SUCCESS if success 374 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_PASSKEY_ENTRY_FAIL; 403 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_OOB_FAIL; [all...] |
btm_ble_gap.c | 181 status = BTM_SUCCESS; 458 tBTM_STATUS status = BTM_SUCCESS; 610 status = BTM_SUCCESS; 662 return BTM_SUCCESS; 886 tBTM_STATUS status = BTM_SUCCESS; [all...] |
btm_sco.c | 322 ** Returns BTM_SUCCESS: data write is successful 337 tBTM_STATUS status = BTM_SUCCESS; 616 if(BTM_ReadPowerMode(remote_bda, &md) == BTM_SUCCESS) 627 if( (BTM_ReadPowerMode(remote_bda, &mode) == BTM_SUCCESS) && (mode == BTM_PM_MD_PARK) ) 630 if( (BTM_ReadAclMode(remote_bda, &mode) == BTM_SUCCESS) && (mode == BTM_ACL_MODE_PARK) ) [all...] |
btm_pm.c | 135 ** Returns BTM_SUCCESS if successful, 150 return BTM_SUCCESS; 167 return BTM_SUCCESS; 181 ** Returns BTM_SUCCESS if successful, 229 return BTM_SUCCESS; 287 ** (valid only if return code is BTM_SUCCESS) 289 ** Returns BTM_SUCCESS if successful, 301 return BTM_SUCCESS; 317 ** Returns BTM_SUCCESS if the HCI command is issued successful, 337 return BTM_SUCCESS; [all...] |
btm_acl.c | 506 ** Returns BTM_SUCCESS if connection exists. 522 return(BTM_SUCCESS); 535 ** Returns BTM_SUCCESS if already in specified role. 582 return(BTM_SUCCESS); 618 if ((status = BTM_ReadPowerMode(p->remote_addr, &pwr_mode)) != BTM_SUCCESS) 727 if ((status = BTM_ReadPowerMode(p->remote_addr, &pwr_mode)) != BTM_SUCCESS) [all...] |
/external/bluetooth/bluedroid/stack/gap/ |
gap_utils.c | 56 inq_cmpl.status = (((tBTM_INQUIRY_CMPL *)p_data)->status == BTM_SUCCESS) ? BT_PASS : GAP_ERR_PROCESSING; 166 if (p->status == BTM_SUCCESS) 236 if (p->status == BTM_SUCCESS) 407 case BTM_SUCCESS:
|
gap_conn.c | 810 if (res == BTM_SUCCESS) [all...] |
/external/bluetooth/bluedroid/bta/sys/ |
utl.c | 240 if (BTM_SetDeviceClass(dev_class) == BTM_SUCCESS)
|
/external/bluetooth/bluedroid/stack/avdt/ |
avdt_l2c.c | 91 if (res == BTM_SUCCESS) 141 if( res == BTM_SUCCESS )
|
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_auth.c | 175 if (result == BTM_SUCCESS) 503 if ( (btm_status != BTM_SUCCESS) && (btm_status != BTM_CMD_STARTED))
|
/external/bluetooth/bluedroid/stack/mcap/ |
mca_l2c.c | 80 if ( res == BTM_SUCCESS ) 124 if ( res == BTM_SUCCESS )
|
/external/bluetooth/bluedroid/bta/dm/ |
bta_dm_act.c | 845 if (status == BTM_SUCCESS) 877 if (bta_dm_cb.p_sec_cback && (status != BTM_CMD_STARTED && status != BTM_SUCCESS)) [all...] |
bta_dm_pm.c | 174 if ((btm_status == BTM_SUCCESS) && 297 if ( (btm_status == BTM_SUCCESS) && 555 else if (status == BTM_SUCCESS) 557 APPL_TRACE_DEBUG0("bta_dm_pm_sniff BTM_SetPowerMode() returns BTM_SUCCESS");
|
/external/bluetooth/bluedroid/stack/hid/ |
hidh_conn.c | 167 if( res == BTM_SUCCESS && p_dev->conn.conn_state == HID_CONN_STATE_SECURITY ) 181 else if (res != BTM_SUCCESS) 326 if( res == BTM_SUCCESS && p_dev->conn.conn_state == HID_CONN_STATE_SECURITY ) 347 if( res != BTM_SUCCESS && p_dev->conn.conn_state == HID_CONN_STATE_SECURITY ) [all...] |
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_link.c | 303 status = BTM_SUCCESS; 327 case BTM_SUCCESS: 576 else if (rc == BTM_SUCCESS) [all...] |
/external/bluetooth/bluedroid/stack/rfcomm/ |
rfc_port_fsm.c | 253 if (*((UINT8 *)p_data) != BTM_SUCCESS) 334 if (*((UINT8 *)p_data) != BTM_SUCCESS)
|
/external/bluetooth/bluedroid/stack/bnep/ |
bnep_utils.c | 664 bnep_sec_check_complete (p_bcb->rem_bda, p_bcb, BTM_SUCCESS); [all...] |
bnep_api.c | 193 bnep_sec_check_complete (p_bcb->rem_bda, p_bcb, BTM_SUCCESS);
|
/external/bluetooth/bluedroid/bta/av/ |
bta_av_main.c | 864 (BTM_GetRole (peer_addr, &cur_role) == BTM_SUCCESS) && [all...] |
bta_av_aact.c | [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_dm.c | 337 if (btm_status == BTM_SUCCESS) 437 if (p_remote_name->status == BTM_SUCCESS) [all...] |
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_sco.c | 306 else if ( (status == BTM_SUCCESS) || (status == BTM_UNKNOWN_ADDR) ) [all...] |