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

  /external/bluetooth/bluedroid/stack/gap/
gap_api.c 162 ** GAP_CMD_INITIATED if an inquiry has been initiated
191 if ((status = gap_convert_btm_status (btm_status)) == GAP_CMD_INITIATED)
416 if ((retval = gap_convert_btm_status (btm_status)) != GAP_CMD_INITIATED)
496 if ((retval = gap_convert_btm_status (btm_status)) != GAP_CMD_INITIATED)
701 ** GAP_CMD_INITIATED is returned by the function, the command was
714 ** The callback is not called unless (GAP_CMD_INITIATED) is returned.
718 ** GAP_CMD_INITIATED if remote search successfully initiated
740 if ((retval = gap_convert_btm_status (btm_status)) != GAP_CMD_INITIATED)
    [all...]
gap_utils.c 415 return (GAP_CMD_INITIATED);
  /external/bluetooth/bluedroid/stack/include/
gap_api.h 41 #define GAP_CMD_INITIATED (GAP_ERR_GRP + 0x0b) /* The GAP command was started (result pending) */
366 ** GAP_CMD_INITIATED if an inquiry has been initiated
525 ** GAP_CMD_INITIATED is returned by the function, the command was
530 ** GAP_CMD_INITIATED if remote search successfully initiated
    [all...]

Completed in 82 milliseconds