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 161 ** GAP_CMD_INITIATED if an inquiry has been initiated
190 if ((status = gap_convert_btm_status (btm_status)) == GAP_CMD_INITIATED)
415 if ((retval = gap_convert_btm_status (btm_status)) != GAP_CMD_INITIATED)
495 if ((retval = gap_convert_btm_status (btm_status)) != GAP_CMD_INITIATED)
696 ** GAP_CMD_INITIATED is returned by the function, the command was
709 ** The callback is not called unless (GAP_CMD_INITIATED) is returned.
713 ** GAP_CMD_INITIATED if remote search successfully initiated
735 if ((retval = gap_convert_btm_status (btm_status)) != GAP_CMD_INITIATED)
    [all...]
gap_utils.c 411 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) */
371 ** GAP_CMD_INITIATED if an inquiry has been initiated
524 ** GAP_CMD_INITIATED is returned by the function, the command was
529 ** GAP_CMD_INITIATED if remote search successfully initiated
    [all...]

Completed in 22 milliseconds