HomeSort by relevance Sort by last modified time
    Searched defs:resp_code (Results 1 - 4 of 4) sorted by null

  /system/bt/stack/bnep/
bnep_api.c 239 UINT16 resp_code = BNEP_SETUP_CONN_OK; local
253 if (resp == BNEP_CONN_FAILED_SRC_UUID) resp_code = BNEP_SETUP_INVALID_SRC_UUID;
254 else if (resp == BNEP_CONN_FAILED_DST_UUID) resp_code = BNEP_SETUP_INVALID_DEST_UUID;
255 else if (resp == BNEP_CONN_FAILED_UUID_SIZE) resp_code = BNEP_SETUP_INVALID_UUID_SIZE;
256 else if (resp == BNEP_SUCCESS) resp_code = BNEP_SETUP_CONN_OK;
257 else resp_code = BNEP_SETUP_CONN_NOT_ALLOWED;
259 bnep_send_conn_responce (p_bcb, resp_code);