Lines Matching refs:BT_ERR
105 BT_ERR("cannot allocate memory for HCILL packet"); in send_hcill_cmd()
221 BT_ERR("cannot acknowledge device wake up"); in ll_device_want_to_wakeup()
227 BT_ERR("received HCILL_WAKE_UP_IND in state %ld", ll->hcill_state); in ll_device_want_to_wakeup()
256 BT_ERR("ERR: HCILL_GO_TO_SLEEP_IND in state %ld", ll->hcill_state); in ll_device_want_to_sleep()
260 BT_ERR("cannot acknowledge device sleep"); in ll_device_want_to_sleep()
289 BT_ERR("received HCILL_WAKE_UP_ACK in state %ld", ll->hcill_state); in ll_device_woke_up()
327 BT_ERR("cannot wake up device"); in ll_enqueue()
338 BT_ERR("illegal hcill state: %ld (losing packet)", ll->hcill_state); in ll_enqueue()
357 BT_ERR("Data length is too large"); in ll_check_data_len()
462 BT_ERR("received HCILL_GO_TO_SLEEP_ACK (in state %ld)", ll->hcill_state); in ll_recv()
479 BT_ERR("Unknown HCI packet type %2.2x", (__u8)*ptr); in ll_recv()
490 BT_ERR("Can't allocate mem for new packet"); in ll_recv()