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

  /external/bluetooth/bluedroid/stack/include/
profiles_api.h 28 #define BT_PASS 0 /* Used for general successful function returns */
  /external/bluetooth/bluedroid/stack/gap/
gap_api.c 53 ** Returns BT_PASS (0) if successful,
121 ** Returns BT_PASS (0) if successful,
160 ** Returns BT_PASS if the name was immediately available. (BD_ADDR is returned)
172 if ((status = gap_find_local_addr_by_name (devname, bd_addr)) != BT_PASS)
328 ** Returns BT_PASS (0) if successful, or a non-zero error code
335 UINT16 status = BT_PASS;
341 if ((status = gap_convert_btm_status (btm_status)) == BT_PASS)
380 ** Returns BT_PASS (0) if successful,
452 ** Returns BT_PASS (0) if successful,
468 UINT16 retval = BT_PASS;
    [all...]
gap_utils.c 56 inq_cmpl.status = (((tBTM_INQUIRY_CMPL *)p_data)->status == BTM_SUCCESS) ? BT_PASS : GAP_ERR_PROCESSING;
176 p_result->status = BT_PASS;
280 ** Returns BT_PASS if the name was found and the device address is filled in
300 return (BT_PASS);
408 return (BT_PASS);
gap_conn.c 248 ** Returns BT_PASS - closed OK
266 return (BT_PASS);
286 ** Returns BT_PASS - data read
342 return (BT_PASS);
359 int rc = BT_PASS;
392 ** Returns BT_PASS - data read
412 return (BT_PASS);
431 ** Returns BT_PASS - data read
462 return (BT_PASS);
482 return (BT_PASS);
    [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_api.c     [all...]
bta_jv_act.c 402 if (GAP_ConnClose(p_cb->handle) != BT_PASS)
    [all...]

Completed in 229 milliseconds