HomeSort by relevance Sort by last modified time
    Searched full:reject_code (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluedroid/stack/mcap/
mca_cact.c 261 UINT8 reject_code = MCA_RSP_NO_RESOURCE; local
280 reject_code = MCA_RSP_SUCCESS;
291 reject_code = MCA_RSP_BAD_OP;
308 reject_code = MCA_RSP_SUCCESS;
328 reject_code = (UINT8)p_pkt->layer_specific;
341 reject_code = MCA_RSP_SUCCESS;
346 if (reject_code == MCA_RSP_SUCCESS)
348 reject_code = MCA_RSP_BAD_MDL;
352 reject_code = MCA_RSP_SUCCESS;
363 reject_code = MCA_RSP_BAD_MDEP
    [all...]

Completed in 1101 milliseconds