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 54 ** Returns BT_PASS (0) if successful,
122 ** Returns BT_PASS (0) if successful,
161 ** Returns BT_PASS if the name was immediately available. (BD_ADDR is returned)
173 if ((status = gap_find_local_addr_by_name (devname, bd_addr)) != BT_PASS)
329 ** Returns BT_PASS (0) if successful, or a non-zero error code
336 UINT16 status = BT_PASS;
342 if ((status = gap_convert_btm_status (btm_status)) == BT_PASS)
381 ** Returns BT_PASS (0) if successful,
453 ** Returns BT_PASS (0) if successful,
469 UINT16 retval = BT_PASS;
    [all...]
gap_utils.c 57 inq_cmpl.status = (((tBTM_INQUIRY_CMPL *)p_data)->status == BTM_SUCCESS) ? BT_PASS : GAP_ERR_PROCESSING;
178 p_result->status = BT_PASS;
282 ** Returns BT_PASS if the name was found and the device address is filled in
302 return (BT_PASS);
412 return (BT_PASS);
gap_conn.c 249 ** Returns BT_PASS - closed OK
267 return (BT_PASS);
287 ** Returns BT_PASS - data read
343 return (BT_PASS);
360 int rc = BT_PASS;
393 ** Returns BT_PASS - data read
413 return (BT_PASS);
432 ** Returns BT_PASS - data read
463 return (BT_PASS);
483 return (BT_PASS);
    [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_api.c     [all...]
bta_jv_act.c 403 if (GAP_ConnClose(p_cb->handle) != BT_PASS)
    [all...]

Completed in 474 milliseconds