HomeSort by relevance Sort by last modified time
    Searched refs:BTM_SUCCESS (Results 1 - 25 of 35) sorted by null

1 2

  /system/bt/stack/btm/
btm_devctl.cc 447 * If success, BTM_SUCCESS is returned and p_name points stored
455 return (BTM_SUCCESS);
524 return (BTM_SUCCESS);
532 return (BTM_SUCCESS);
645 * Returns BTM_SUCCESS if successful,
651 tBTM_STATUS retval = BTM_SUCCESS;
665 return (BTM_SUCCESS);
747 * BTM_SUCCESS Command sent.
765 BTM_DEFAULT_CONN_INTERVAL) != BTM_SUCCESS) {
771 BTM_DEFAULT_DISC_INTERVAL) != BTM_SUCCESS) {
    [all...]
btm_sec.cc 735 * res - result of the operation BTM_SUCCESS
774 if (res != BTM_SUCCESS) {
    [all...]
btm_ble.cc 344 * res - result of the operation BTM_SUCCESS if success.
353 (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_REPEATED_ATTEMPTS;
367 * res - result of the operation BTM_SUCCESS if success
378 (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_PASSKEY_ENTRY_FAIL;
399 * res - comparison result BTM_SUCCESS if success
405 (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_PASSKEY_ENTRY_FAIL;
434 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_OOB_FAIL;
792 * Returns BTM_SUCCESS if success; otherwise failed.
826 return BTM_SUCCESS;
854 * Returns BTM_SUCCESS if command successfully sent to controller
    [all...]
btm_inq.cc 136 * Returns BTM_SUCCESS if successful
156 if (btm_ble_set_discoverability((uint16_t)(inq_mode)) == BTM_SUCCESS) {
239 return (BTM_SUCCESS);
249 * Returns BTM_SUCCESS if successful
272 return (BTM_SUCCESS);
282 * Returns BTM_SUCCESS if successful
305 return (BTM_SUCCESS);
317 * Returns BTM_SUCCESS if successful
341 return (BTM_SUCCESS);
400 * BTM_SUCCESS - if cancelling the periodic inquir
    [all...]
btm_pm.cc 103 * Returns BTM_SUCCESS if successful,
116 return BTM_SUCCESS;
129 return BTM_SUCCESS;
143 * Returns BTM_SUCCESS if successful,
198 return BTM_SUCCESS;
255 * (valid only if return code is BTM_SUCCESS)
257 * Returns BTM_SUCCESS if successful,
269 return BTM_SUCCESS;
287 * (valid only if return code is BTM_SUCCESS)
289 * Returns BTM_SUCCESS if successful
    [all...]
btm_sco.cc 218 * Returns BTM_SUCCESS: data write is successful
491 if ((btm_read_power_mode_state(*remote_bda, &state) == BTM_SUCCESS)) {
508 if ((BTM_ReadPowerMode(*remote_bda, &mode) == BTM_SUCCESS) &&
    [all...]
btm_acl.cc 499 * Returns BTM_SUCCESS if connection exists.
514 return (BTM_SUCCESS);
526 * Returns BTM_SUCCESS if already in specified role.
565 if (p->link_role == new_role) return (BTM_SUCCESS);
590 if (status != BTM_SUCCESS) return (status);
    [all...]
btm_ble_gap.cc 765 * BTM_SUCCESS is status set successfully; otherwise failure.
    [all...]
btm_ble_batchscan.cc 219 if (BTM_SUCCESS == status) {
  /system/bt/bta/sys/
utl.cc 207 if (BTM_SetDeviceClass(dev_class) == BTM_SUCCESS) return true;
  /system/bt/stack/avdt/
avdt_l2c.cc 89 if (res == BTM_SUCCESS) {
139 if (res == BTM_SUCCESS) {
  /system/bt/stack/gatt/
gatt_auth.cc 175 if (result == BTM_SUCCESS) {
425 if ((btm_status != BTM_SUCCESS) && (btm_status != BTM_CMD_STARTED)) {
  /system/bt/stack/mcap/
mca_l2c.cc 80 if (res == BTM_SUCCESS) {
124 if (res == BTM_SUCCESS) {
  /system/bt/stack/test/rfcomm/
stack_rfcomm_test.cc 216 Return(BTM_SUCCESS)));
230 security_callback(&peer_addr, BT_TRANSPORT_BR_EDR, p_port, BTM_SUCCESS);
358 Return(BTM_SUCCESS)));
368 security_callback(&peer_addr, BT_TRANSPORT_BR_EDR, p_port, BTM_SUCCESS);
    [all...]
  /system/bt/bta/dm/
bta_dm_act.cc 822 if (status == BTM_SUCCESS) {
841 (status != BTM_CMD_STARTED && status != BTM_SUCCESS)) {
    [all...]
  /system/bt/btif/src/
btif_a2dp_source.cc     [all...]
btif_sock_sco.cc 327 if (BTM_RemoveSco(sco_socket->sco_handle) == BTM_SUCCESS)
  /system/bt/stack/hid/
hidh_conn.cc 165 if (res == BTM_SUCCESS && p_dev->conn.conn_state == HID_CONN_STATE_SECURITY) {
181 else if (res != BTM_SUCCESS) {
334 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...]
hidd_conn.cc 117 if (res == BTM_SUCCESS && p_dev->conn.conn_state == HID_CONN_STATE_SECURITY) {
124 } else if (res != BTM_SUCCESS) {
156 if (res == BTM_SUCCESS) {
  /system/bt/stack/l2cap/
l2c_link.cc 291 if (status == BTM_SUCCESS_NO_SECURITY) status = BTM_SUCCESS;
311 case BTM_SUCCESS:
572 } else if (rc == BTM_SUCCESS) {
935 if (BTM_ReadPowerMode(p_lcb->remote_bd_addr, &mode) == BTM_SUCCESS)
    [all...]
l2c_ble.cc     [all...]
  /system/bt/stack/rfcomm/
rfc_port_fsm.cc 263 if (*((uint8_t*)p_data) != BTM_SUCCESS) {
340 if (*((uint8_t*)p_data) != BTM_SUCCESS) {
  /system/bt/bta/hf_client/
bta_hf_client_sco.cc 66 else if ((status == BTM_SUCCESS) || (status == BTM_UNKNOWN_ADDR)) {
  /system/bt/stack/bnep/
bnep_utils.cc 612 bnep_sec_check_complete(p_bcb->rem_bda, p_bcb, BTM_SUCCESS);
    [all...]
bnep_api.cc 167 bnep_sec_check_complete(p_bcb->rem_bda, p_bcb, BTM_SUCCESS);

Completed in 806 milliseconds

1 2